home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 October: Mac OS SDK / Dev.CD Oct 00 SDK1.toast / Development Kits / Mac OS / Apple Guide / Authoring / Documentation / Example Source Files Appdx C / Build file SURF.src next >
Encoding:
Text File  |  1994-10-14  |  1012 b   |  32 lines  |  [TEXT/ttxt]

  1. #Surf build file
  2.  
  3. #the following file specifies event, nav button, & format definitions
  4. # plus prompts, coach marks, help menu info, and 
  5. # the type of access window  
  6. <Include> "Setup and Access Window.src"
  7. #the following file specifies the standard context checks
  8. <Include> "Standard Setup DCCs.src"
  9. #the following file specifies application-defined context checks
  10. <Include> "DCC SW.src"
  11. #the following file specifies application-defined event functions
  12. <Include> "Event functions SW.src"
  13. #the following file defines coachmarks
  14. <Include> "CoachMarks SW.src"
  15. #the following files specify the guide file content
  16. <Include> "Topic Areas and Topics.src"
  17. <Include> "Sequence Definitions.src"
  18. <Include> "Panel Definitions.src"
  19. #use the following file only if you have xtnd installed
  20. #<Include> "Panels with StyleInfo.src"
  21. #the following files specify the guide file index and Look for content
  22. <Include> "Index entries.src"
  23. <Include> "Ignore List.src"
  24. <Include> "Exception List.src"
  25. <Include> "Synonym List.src"
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.